home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
graphics
/
portrait.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
299b
|
13 lines
// demo of macros portrait & fchamp
// limit circle
xbasc();
part1()
// phase portrait : dimension 2
portrait(cycllim,'default',[-2,-2,2,2],[500,0.1],'f',[0,1;0.5,2]);
// field dynamic system
fchamp(cycllim,0,-2:0.2:2,-2:0.2:2,0)
//interactive
portrait(cycllim,'default',[-2,-2,2,2],[100,0.1]);